void CDialogFilestatus::OnDelete() 
{
	// TODO: Add your control notification handler code here
	UpdateData(true);
	CFile::Remove(m_strFileName);	
}
